@charset "utf-8";
body,
input,
button,
select,
textarea,
sub {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif';
}

.login_box {
	background: transparent;
	border-radius: 10px !important;
	box-shadow: none;
}

.login_box .layui-layer-content {
	height: auto !important;
	/*overflow-y: hidden;*/
}

.login_box .layui-layer-content {
	overflow: initial;
}

.flex_cb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_cl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flex_cc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.flex_tb {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_bl {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flex_br {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.flex_bc {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.flex_ca {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.flex_ce {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.hide {
	display: none;
}

.main_box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.font12_1 {
	font-size: 12px;
	color: #333;
}

.font12_2 {
	font-size: 12px;
	color: #666;
}

.font12_3 {
	font-size: 12px;
	color: #999;
}

.font14_1 {
	font-size: 14px;
	color: #333;
}

.font14_2 {
	font-size: 14px;
	color: #666;
}

.font14_3 {
	font-size: 14px;
	color: #999;
}

.font16_1 {
	font-size: 16px;
	color: #333;
}

.font16_2 {
	font-size: 16px;
	color: #666;
}

.font16_3 {
	font-size: 16px;
	color: #999;
}


/*单行超出省略*/

.oneoverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*2行超出省略*/

.twooverflow {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

button {
	border: none;
}

.loginPage_ctt {
	box-sizing: border-box;
	padding-top: 64px;
	position: relative;
}

.loginPage_main {
	width: 1280px;
	margin: 0 auto;
	max-height: 600px;
	padding-top: 3%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.loginPage_main_login {
	width: 380px;
	height: 400px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	position: relative;
}


/*框*/

.login_v2_box {
	width: 380px;
	height: 400px;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	position: relative;
	display: none;
}

.login_v3_box {
	border-radius: 0px;
}

.login_v2_main {
	height: 356px;
}


/*关闭按钮*/

.login_v2_close {
	position: absolute;
	top: 16px;
	left: 17px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.login_v2_close:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: #999;
	transform: rotateZ(45deg);
	top: 2px;
	left: 9px;
}

.login_v2_close:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: #999;
	transform: rotateZ(-45deg);
	top: 2px;
	left: 9px;
}

.login_v2_close1 {
	top: 16px;
	right: 17px;
}


/*登录方式选着*/

.login_v2_fs {
	position: absolute;
	right: 16px;
	top: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login_v2_fs i.login_v2_web {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../images/login_web.png") no-repeat center center;
	cursor: pointer;
}

.login_v2_fs i.login_v2_wx {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../images/login_wx.png") no-repeat center center;
	cursor: pointer;
}

.login_v2_fs i:first-child {
	font-size: 12px;
	color: #D7321B;
	width: 66px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	background: url("../images/login_kuang.png") no-repeat center center;
	background-size: 65px 20px;
	font-style: normal;
	padding-right: 4px;
	box-sizing: border-box;
    cursor: pointer;
}

.login_v2_tit {
	height: 105px;
	padding-top: 70px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: rgba(215, 50, 27, 1);
}

.login_v2_ctt {
	box-sizing: border-box;
}

.login_v2_vx_tu {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.login_v2_vx_text {
	text-align: center;
	font-size: 14px;
	color: #555;
}

.login_v2_change {
	font-size: 0px;
	text-align: center;
}

.login_v2_change span {
	font-size: 14px;
	color: rgba(204, 204, 204, 1);
}

.login_v2_change a:nth-child(2) {
	font-size: 14px;
	color: #D7321B;
	cursor: pointer;
}

.login_v2_change a:nth-child(2):hover {
	text-decoration: underline;
}

.login_v2_tit2 {
	font-size: 0px;
	text-align: center;
	height: 134px;
	padding-top: 70px;
	box-sizing: border-box;
}

.login_v2_tit2 li {
	font-size: 16px;
	color: rgba(85, 85, 85, 1);
	line-height: 22px;
	margin: 0 28px;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 4px;
}

.login_v2_tit2 li.login_v2_active {
	color: #D7321B;
	border-bottom: 2px solid #D7321B;
}

.login_v2_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	height: 40px;
	background: rgba(248, 248, 248, 1);
	border-radius: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.login_v2_flex.login_v2_active {
	border: 1px solid #D6D6D6;
	background: #ffffff;
}

.login_v2_flex1 {
	margin-bottom: 30px;
}

.login_v2_flex>i:first-child {
	width: 19px;
	height: 20px;
	background: url(../images/login-icon@1X-.png) no-repeat;
	margin: 0px 13px 0px 19px;
}

.login_v2_flex input {
	height: 38px;
	flex: 1;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	min-width: 0px;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}

.login_v2_flex input:-webkit-autofill {
	background-color: transparent !important;
}

.login_v2_flex p {
	position: absolute;
	left: 10px;
	top: 41px;
	font-size: 12px;
	color: rgba(215, 50, 27, 1);
}

.login_v2_flex button {
	width: 110px;
	height: 38px;
	background: rgba(246, 246, 246, 1);
	border-radius: 0px 100px 100px 0px;
	text-align: center;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	border: none;
	cursor: pointer;
}

.login_v2_flex button:hover {
	color: #F53533;
}

.login_v2_btn {
	width: 300px;
	height: 40px;
	background: rgba(248, 92, 91, .5);
	border-radius: 100px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.login_v2_btn.login_v2_active {
	background: #D7321B;
}

.login_v2_flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding-top: 10px;
	box-sizing: border-box;
	width: 300px;
	margin: 0 auto;
}

.login_v2_flex2 span {
	font-size: 14px;
	color: rgba(85, 85, 85, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.login_v2_flex2 div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.login_v2_flex2 div i {
	width: 14px;
	height: 14px;
	border-radius: 100px;
	border: 1px solid rgba(189, 189, 189, 1);
	margin: 0px 8px 0px 10px;
	font-size: 12px;
	cursor: pointer;
}

.login_v2_flex2 div i.login_v2_active {
	background: #D7321B;
	border-color: #D7321B;
}

.login_v2_flex2 div:hover span,
.login_v2_flex2 span:hover {
	color: #F53533;
}

.login_v2_delete {
	width: 11px;
	height: 11px;
	position: relative;
	margin-right: 21px;
	cursor: pointer;
}

.login_v2_delete:after {
	content: '';
	width: 2px;
	height: 13px;
	background-color: #D6D6D6;
	transform: rotateZ(45deg);
	position: absolute;
	top: -1px;
	left: 5px;
}

.login_v2_delete:before {
	content: '';
	width: 2px;
	height: 13px;
	background-color: #D6D6D6;
	transform: rotateZ(-45deg);
	position: absolute;
	top: -1px;
	left: 5px;
}

.login_v2_yj {
	display: none;
	width: 20px;
	height: 16px;
	background: url(../images/login-icon@1X-.png) no-repeat -74px 0px;
	cursor: pointer;
}

.login_v2_yj1 {
	background: url(../images/login-icon@1X-.png) no-repeat -56px -2px;
}

.phone {
	background-position: -19px 0px !important;
}

.yzm {
	background-position: -1px 0px !important;
}

.mm {
	background-position: -38px 0px !important;
}

.login_v2_tit3 {
	height: 146px;
	padding-top: 30px;
	box-sizing: border-box;
	text-align: center;
}

.login_v2_tit3 h1 {
	font-size: 20px;
	font-weight: 500;
	color: rgba(85, 85, 85, 1);
	margin-bottom: 18px;
}

.login_v2_tit3 p {
	font-size: 14px;
	color: rgba(85, 85, 85, 1);
}

.login_v2_tit5 {
	height: 90px;
	padding-top: 30px;
}


/* 普通IE浏览器 样式清除 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}


/* 火狐浏览器样式清除 */

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #C5C5C5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #C5C5C5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #C5C5C5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #C5C5C5;
}

.login_v2_tit4 {
	height: 98px;
}

.login_v2_box_t_mm {
	width: 300px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	color: #ccc;
}

.login_v2_box_t_mm a {
	color: #D7321B;
	margin-left: 3px;
}

.login_v2_agree {
	width: 300px;
	margin: 0 auto;
	color: #555;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -10px;
}

.login_v2_agree a {
	color: #D7321B;
}


/*版本三*/

.login_v3_flex {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 7px;
	border-bottom: 1px solid #ECECEC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.login_v3_flex input {
	flex: 1;
	min-width: 0px;
	height: 30px;
	font-size: 14px;
}

.login_v3_yzm {
	width: 98px;
	height: 30px;
	background: rgba(215, 50, 27, 1);
	border-radius: 4px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

.login_v3_yzm:hover {
	background: rgb(218, 80, 79);
}

.login_v3_ts {
	width: 300px;
	margin: 0 auto;
	font-size: 12px;
	color: rgba(85, 85, 85, 1);
	margin-top: -6px;
	margin-bottom: 16px;
}

.login_v3_ts span,
.login_v3_ts a {
	color: #D7321B;
}

.login_v3_ts a:hover {
	text-decoration: underline;
}

.login_v3_btn {
	display: block;
	border: none;
	width: 300px;
	height: 40px;
	background: rgba(215, 50, 27, 1);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	cursor: pointer;
}

.login_v3_btn:hover {
	background: rgb(218, 80, 79);
}

.login_v3_flex_ms {
	font-size: 12px;
	color: rgba(215, 50, 27, 1);
	position: absolute;
	bottom: -20px;
	left: 0px;
}

.login_v3_flex .login_v2_delete {
	margin-right: 0px;
}

.login_v3_flex1 {
	margin-bottom: 45px;
}

.login_v3_zc {
	height: 366px;
}

.loginPage_main_l {
	flex: 1;
}

.loginPage_main_l_img {
	display: block;
	width: 370px;
	height: 301px;
	margin: 0 auto;
	background: url(../images/login_bgnew.png) no-repeat center center;
}

.loginPage_main_l_tit {
	font-size: 30px;
	color: #555555;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}


/*重置密码*/

.retrieve-form {}

.reset-pw,
.succ-register {
	display: none;
	text-align: center;
}

.reset-pw .reset-tip,
.succ-register .succ-tip {
	margin-top: 100px;
	line-height: 2;
}

.reset-pw .reset-tip {
	padding-top: 40px;
	margin-top: 0px;
}

.reset-pw .reset-tip>img,
.succ-register .succ-tip>img {
	width: 140px;
	height: 140px;
	margin-bottom: 8px;
}

.reset-pw .reset-tip>h4,
.succ-register .succ-tip>h4 {
	font-size: 22px;
	color: rgba(34, 34, 34, 1);
}

.reset-pw .reset-tip>p,
.succ-register .succ-tip>p {
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 50px;
}

.reset-pw .reset-tip>button,
.succ-register .succ-tip>button {
	width: 200px;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(215, 50, 27, 1);
	color: #fff;
	margin-top: 50px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	font-size: 18px;
}

.reset-pw .reset-tip>button {
	border-radius: 4px;
}

.reset-pw .reset-tip>button:hover,
.succ-register .succ-tip>button:hover {
	background: #f53533;
}
.bind_phont_tips{
	font-size: 14px;
	color: rgba(204, 204, 204, 1);
	line-height: 20px;
	text-align: center;
}


#commonLogin{
    display: none;
}